Include composite.h
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2002 07:55:57 +0000 (07:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2002 07:55:57 +0000 (07:55 +0000)
src/w16select.c
src/w32select.c

index 6c6038994b918600538fe28b22b9f0f58b9310b4..194efdf590dce8b5ca32eb316c31704adc77ca7a 100644 (file)
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "coding.h"
+#include "composite.h"
 
 /* If ever some function outside this file will need to call any
    clipboard-related function, the following prototypes and constants
index 4f1ca582daf60f952c08979f5a3a11af46c5638e..ef0910964e819664bc0dda6b900caaf35b31237a 100644 (file)
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "coding.h"
+#include "composite.h"
 
 Lisp_Object QCLIPBOARD;